style: Move private function into private header
authorBenjamin Otte <otte@redhat.com>
Tue, 15 Mar 2011 11:20:29 +0000 (12:20 +0100)
committerBenjamin Otte <otte@redhat.com>
Thu, 17 Mar 2011 10:59:17 +0000 (11:59 +0100)
commit3f491f7157b72336da7243d7b66668c4742f4c68
treeca7a85dab5f7dea54f2b8a8fa0e198788963cc4b
parent979a68c74af25b18fcdccc805bc58ef66b06435b
style: Move private function into private header

The function wasn't exported, so everybody using it would have gotten
linking failures.
gtk/Makefile.am
gtk/gtkstylecontext.c
gtk/gtkstyleproperties.h
gtk/gtkstylepropertiesprivate.h [new file with mode: 0644]